pub fn calculate_ch4_chp(
    calculation_method: Option<CH4ChpEmissionFactorCalcMethod>,
    sewage_gas_produced: Qubicmeters,
    methane_fraction: Percent
) -> (Tons, Factor)