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