public async Task Test_AuthUnfollowPlaylist()
        {
            var result = await _client.AuthUnfollowPlaylistAsync(
                "37i9dQZF1DWUS3jbm4YExP");

            Assert.IsTrue(result.Success);
        }