public void SetPhase(StepPhase phase) { Phases[Step] = phase; }
public void SetPhase(int step, StepPhase phase) { Phases[step] = phase; }