protected BaseRepository(IBaseContext <TEntity> context) { Collection = context.GetCollection(context.DatabaseSettings.CollectionName); }