public WebClient(IFileSystem file) { _file = file; _cookieAwareWebClient = new CookieAwareWebClient(); }