public City(string country, string cityName, string timeZone, CityPopulation population) { Country = country; Name = cityName; TimeZone = timeZone; Population = population; }
public City(string country, string cityName, string timeZone, CityPopulation population) { }