internal void AddNewStep(PlanStep step)
 {
     _possibleSteps.Add(step);
 }
 internal void AddNewStep(PlanStep step)
 {
     _possibleSteps.Add(step);
 }