namespace ConnectionsAPI { public class Constants { public static readonly DateTime ConnectionsStartDate = new(2023, 06, 12, 0, 0, 0, DateTimeKind.Utc); } }