public void ProcessCrawledDomain(Abot.Poco.CrawlContext crawlContext)
 {
     throw new System.NotImplementedException();
 }
 public void ProcessCrawledPage(Abot.Poco.CrawlContext crawlContext, Abot.Poco.CrawledPage crawledPage)
 {
     throw new System.NotImplementedException();
 }