public void PlayNext()
 {
     Logger.Debug("PlayNext()");
     LibVlc.libvlc_media_list_player_next(mediaListPlayerInstance);
 }