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