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