public virtual void Add(TEntity obj)
 {
     Context.AddCommand(() => DbSet.InsertOneAsync(obj));
 }