public ManualPlanExecution(PlanExecutionHelper planExecutionHelper, BackupPlan backupPlan, PlanExecutionEvents events)
 {
     this.planExecutionHelper = planExecutionHelper;
     this.backupPlan          = backupPlan;
     this.events = events;
 }
 public Creator(PlanExecutionHelper planExecutionHelper)
 {
     this.planExecutionHelper = planExecutionHelper;
 }