List of utility methods to do KPH to MPH Convert
float conversionFactor = 1.609344f; return kph / conversionFactor;