public TObject GetById <TObject>(string indexName, Id id) where TObject : class => Elastic.GetById <TObject>(indexName, id);