public async Task SaveFavoriteCity(AutocompleteLight favorite)
 {
     await _weatherEngine.SaveFavoriteCity(favorite);
 }