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