public int TestSampleInputWithFuelWeight(int moduleWeight)
 {
     return(FuelCalculator.ForModuleWeightWithFuelWeight(moduleWeight));
 }