public async Task Test_AuthCreatePlaylist()
        {
            var result = await _client.AuthCreatePlaylistAsync(
                "doa31nixtl3kmy7uf8ov88sy0",
                new PlaylistRequest()
            {
                Name        = "Spotify.Created",
                Description = "Spotify Client Auth Test"
            });

            Assert.IsNotNull(result);
        }