public async Task <List <Track> > GetAllAsync(CancellationToken ct = default)
 => await _context.GetAllTracksAsync();