public function get(int $entityId): DataObjectInterface
    {
        try {
            return $this->dataObjectFactory->create($this->entityType, $this->fetchEntity($entityId)->getResult());
        } catch (InvalidArgumentException $e) {