/// <summary> /// Disable the Next button? /// </summary> protected virtual bool CanMoveNext() { return(CurrentStep != null && CurrentStep.IsValid()); }