public void RunActionPlan(ActionPlan <L, V> actionPlan) { executor.ExecutePlan(actionPlan.Actions, actionPlan.Goal); }