pub(crate) fn getOutputFileName(
    input_file: &str,
    output_type: &str
) -> Result<String, Error>