public async Task <VehicleDetailResult> GetVehicleDetailAsync(string deviceId) { return(await _vehiclesService.GetVehiclesDetailAsync(deviceId)); }