/**
  * @return static
  */
 public function withAttribute()
 {
     if ($this->entity->getAttribute() !== null) {
         $this->entityDTO->attribute = $this->dtoBuilderFactory->getAttributeDTOBuilder($this->entity->getAttribute())->build();
     }
     return $this;
 }