public void Stop()
 {
     Logger.Debug("Stop()");
     LibVlc.libvlc_media_list_player_stop(mediaListPlayerInstance);
 }