public double GetAverageMinDistance(int vehicleid = 0)
 {
     return(helper.GetTotalTimeAverageMinDistance(vehicleid));
 }