namespace ChatRoom.Centralized.Shared; public static class GlobalServerInfo { public static readonly int Port = 1234; }