namespace JiShe.CollectBus.Settings; public static class CollectBusSettings { private const string Prefix = "CollectBus"; //Add your own setting names here. Example: //public const string MySetting1 = Prefix + ".MySetting1"; }