public void CreateScraper()
 {
     historicScraper = new HistoricScraper();
 }
        public void Scrape()
        {
            var historicScraper = new HistoricScraper();

            historicScraper.ExtractAll();
        }