public static float GetMaxPowerOutput(this IMyCubeGrid Grid)
 {
     return(Grid.GetMaxReactorPowerOutput() + Grid.GetMaxBatteryPowerOutput());
 }