public WebProxy(IHttpProcessor httpProcessor, IProxyHtmlParser htmlParser) { _httpProcessor = httpProcessor; _htmlParser = htmlParser; }