public async Task Test_AuthGetPlaylistCoverImage()
        {
            var result = await _client.AuthGetPlaylistCoverImageAsync(
                "3cEYpjA9oz9GiPac4AsH4n");

            Assert.IsNotNull(result);
            Assert.IsTrue(result.Count > 0);
        }