namespace NetServer.TomlData; public class ServerConfig { public int public_port { get; set; } public int internal_ports { get; set; } }