public async Task CreateCollectionAsync(string name) { await mongoDBRepository.CreateCollectionAsync(name); }