public function executeRemoverole($eventData)
 {
     $role = new \Innomatic\Domain\User\Role((int) $eventData['id']);
     $role->remove();
 }