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