public IDeleteResponse DeleteById <TObject, TKey>(string indexName, TKey id) where TObject : class where TKey : Id => Elastic.DeleteDocumentById <TObject, TKey>(indexName, id);