/**
  * {@inheritDoc}
  */
 public function getMsgId()
 {
     if ($this->__isInitialized__ === false) {
         return (int) parent::getMsgId();
     }
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMsgId', array());
     return parent::getMsgId();
 }