/// <summary> /// The ContinueCommand Method. /// </summary> private void Continue() { _playbackService.Play(); _modalService.CloseModal(); }