public void DownloadContent(NewsParser parser, string htmlPage)
 {
     Text = parser.ParseTextOfNews(htmlPage);
 }