public async Task <List <CityDto> > GetAllCitiesAsync() { return(await _citiesRepository.GetAllCitiesAsync() .ConfigureAwait(false)); }