private bool CanNextPageExecute(object sender)
 {
     return(IsNotWorking && !HelpRequested && CurrentStep.CanGoNext());
 }