namespace BTCPayServer.Plugins.DynamicRateLimits { public class DynamicRateLimitSettings { public string[] RateLimits { get; set; } } }