/**
  * @return \DateTimeInterface
  */
 public function getCreationDateTime()
 {
     return $this->nodeData->getCreationDateTime();
 }