public void Create(T entity)
 {
     _elasticConnection.AddDocumentToIndex(entity);
 }