public Playlist AddNewPlaylist(string name)
 {
     // TODO: See docs about ref-counting, does this need to be ref'd or is it already ref'd
     return(new Playlist(LibSpotify.sp_playlistcontainer_add_new_playlist_r(Handle, name), false));
 }