public async Task <List <Track> > GetByGenreIdAsync(int id, CancellationToken ct = default)
 => await _context.GetTracksByGenreIdAsync(id);