public function __get($key)
 {
     // TODO ipc handler might not be set
     return $this->_ipcHandler->__get($key);
 }