// Scrape the data public List <EventModel> GetEvents() { return(_scraperService.GetEvents(_documentUtilty.Document)); }