public ElasticSearchService()
 {
     client = ElasticConfig.GetClient();
 }
 public ElasticIndexService()
 {
     client = ElasticConfig.GetClient();
 }