/**
  * {@inheritdoc}
  */
 public function initResource()
 {
     $resource = $this->factory->create();
     $this->eventDispatcher->dispatchOnPostInitResource($resource);
     return $resource;
 }