public async Task RemoveExports(IEnumerable <BeatmapExport> exports) { Exports.RemoveRange(exports); await SaveChangesAsync(); }