namespace UGQApiServer; public class Default { public const int DefaultPort = 11000; } public class NamedPipeConf { public static string m_name { get; set; } = "NamedPipe"; [ConfigurationKeyName("enable")] public bool m_enable { get; set; } = false; }