namespace Payment.API { public class PaymentSettings { public bool SuccessPayment { get; set; } public string EventBusConnection { get; set; } } }