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