/**
  * {@inheritdoc}
  */
 public function postCreate(EntityStorageInterface $storage)
 {
     return $this->subject->postCreate($storage);
 }