}
// TestTODO
public IITTrackCollection getSelectedTracks() throws JitcaGeneralException {
try {
return new ITTrackCollectionImpl(
this.iTunesCom
.getPropertyAsDispatchObject("SelectedTracks"));
} catch (DispatchObjectNullException e) {
return null; // no tracks selected
}