TestStep.PlanRun is null during PrePlanRun and PostPlanRun
This seems a bit counter intuitive as the TestPlanRun is used to represent the entirety of the run and not just the duration in which Run is called.
Some (existing) plugins aborted the test plan by previously calling TestPlan.Abort, but the currently known migration does not support this.