public Task StopAsync()
 {
     return(m_videoPlayer.StopAsync());
 }