public async Task PlayArtist([FromQuery] string spotifyUri)
 => await _player.PlayArtist(spotifyUri, accessToken : await GetAccessToken());