/// <summary> /// The AbortCommand Method. /// </summary> private void Abort() { _playbackService.Abort(); _modalService.CloseModal(); }