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