public BaseRepository(MongoDbContext mongoDbContext) { collection = mongoDbContext.GetCollection <T>($"{typeof(T).Name}s"); }