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

            Assert.IsTrue(result.Success);
        }