public SiteInformationRetriever()
 {
     this.contextFactory = new ContextFactory();
 }
 public ScriptEmbedder()
 {
     this.contextFactory = new ContextFactory();
 }
 public SiteSearch()
 {
     this.contextFactory = new ContextFactory();
 }