namespace Crysome.Server.Configuration; public static class ServerConfiguration { public static int Port { get; set; } = 7777; }