public static double GetBestMomentaryFailureRate(Part part)
 {
     return(TestFlightInterface.GetBestMomentaryFailureRateForScope(part, TestFlightInterface.GetScope()));
 }