public async Task <IEnumerable <VehicleMilesMonthResult> > GetMilesPerMonth(string deviceId, int year, int month)
 {
     return(await _vehiclesService.GetMilesPerMonth(deviceId, year, month));
 }