/// <summary>
 /// Pauses the current media.
 /// </summary>
 public void Pause()
 {
     Medias.Pause();
 }