public MadeWithLoveHandler(MadeWithLoveOptions options = null) { this.options = options ?? new MadeWithLoveOptions(); }
public MadeWithLoveHandler(HttpMessageHandler handler, MadeWithLoveOptions options = null) : base(handler) { this.options = options ?? new MadeWithLoveOptions(); }