using Nest; namespace SupplierWeb.Service { public interface IEsClientProvider { ElasticClient GetClient(); } }