I have this simple scenario
public class City { public string Name { get; set; } public long Population { get; set; } } public static class Cities {