public function commandExists($commandId)
 {
     $queueModel = new StorkQueueModel($this->getEntityManager());
     return $queueModel->commandExists($commandId);
 }