/**
  * {@inheritdoc}
  */
 public function createResource($resource)
 {
     $this->eventDispatcher->dispatchOnPreCreateResource($resource);
     $this->saveResource($resource);
     $this->eventDispatcher->dispatchOnPostCreateResource($resource);
 }