public async Task <Dictionary <int, string> > GetCountryCitiesAsync(string countryCode, string searchText) => await _geoRepository.GetCitiesAsync(countryCode, searchText);