public ScanSevice()
 {
     alchemy = new AlchemyAPI();
     alchemy.LoadAPIKey("api_key.txt");
     humanlist = new List<SocialAPI.Human>();
     humans = new Dictionary<Human, string[]>();
 }
 public SearchNET()
 {
     alchemy = new AlchemyAPI();
     alchemy.LoadAPIKey(HostingEnvironment.ApplicationPhysicalPath + "bin\\api_key.txt");
     manlist = new List<Man>();
 }