public static function _getDirectoryNameForEntityId($entityId)
 {
     return parent::_getDirectoryNameForEntityId($entityId);
 }
 public function execute()
 {
     $this->_response['__']['IntendedNameId'] = $this->_collabPersonId;
     $manipulator = new EngineBlock_AttributeManipulator_File();
     $manipulator->manipulate($this->_response['__']['IntendedNameId'], $this->_responseAttributes, $this->_response);
 }