public async Task <CityDto> GetCityByIdAsync(Guid id) { return(await _citiesRepository.GetCityByIdAsync(id) .ConfigureAwait(false)); }