public double GetAverageMaxDistance(int vehicleid = 0)
 {
     return(helper.GetTotalTimeAverageMaxDistance(vehicleid));
 }