protected bool Equals(StageFinishedEvent other) { return(Equals(_stageId, other._stageId)); }
public void On(StageFinishedEvent evnt) { _currentStage++; }