public IHttpRequestBuilder SetProxy(IWebProxy value) { RequestInfo.Proxy = value.ArgNotNull(nameof(value)); return(this); }