public int TestSampleInput(int moduleWeight)
 {
     return(FuelCalculator.ForWeight(moduleWeight));
 }