public ElasticsearchController(IElasticsearchService clientProvider) { _client = clientProvider.GetClient(); }