public DocumentInfo <TEntity> SetCollections(params string[] collections)
 {
     Collections = Collections?.Concat(collections).ToArray() ?? collections;
     return(this);
 }