public LocalFile(IWebPage webPage, string path) { this.webPage = webPage; this.path = path; webPage.DownloadPage(path); }