protected override void OnStop()
 {
     if (_videoMover != null)
     {
         _videoMover.Disable();
     }
 }