}
// TestTODO
public IITLibraryPlaylist getLibraryPlaylist() throws JitcaGeneralException {
try {
return new ITLibraryPlaylistImpl(
this.iTunesCom
.getPropertyAsDispatchObject("LibraryPlaylist"));
} catch (DispatchObjectNullException e) {
return null;
}