public async Task <ActionResult> GetFahrenheit(int locationId)
 {
     return(await ProcessResponse(await _temperatureService.GetFahrenheit(locationId)));
 }