public DefaultHttpRequestWrapper(WebClientWithTimeout client, string path) { this.method = HttpMethod.Get; httpWebRequestWrapper = HttpWebRequestWrapper.Create(client, path); }