public function add(ActionInterface $action)
 {
     $this->actions[$action->getName()] = $action;
 }