public ThrottleCore(ThrottlingOptions options) { this.options = options; }
public ThrottleCore() : this(ThrottlingOptions.GetDefaultOptions()) { }