/// <summary> /// Revises the type of the problem. /// </summary> /// <param name="problemType">Type of the problem.</param> public virtual void ReviseProblemType(ProblemType problemType) { ProblemType = problemType; }