protected function preBuild()
 {
     $this->entityDTO->isFail = $this->entity->isFail();
     $this->entityDTO->isSuccess = $this->entity->isSuccess();
 }