public ISearchResponse <TObject> GetAll <TObject>(string indexName) where TObject : class => Elastic.GetAll <TObject>(indexName);