/**
  * Execute given actions
  *
  * @return mixed
  */
 public function execute()
 {
     $this->repository->activate($this->order);
 }