namespace WorldClockStatusWindow; public class TimeZoneEntry { public string Label { get; set; } public string TimeZoneId { get; set; } }