public ElesticTest()
 {
     _esInstance = Resolvers.GetElesticSearchInstance("http://localhost:9200/", "aautocompeletehints");
     _esRepo     = new ElesticRepository(_esInstance);
 }
 public AutocompleteController(ElesticRepository esRepo)
 {
     _esRepo = esRepo;
 }