/**
  * @return Response
  */
 public function getResponse()
 {
     if (!$this->blLoaded) {
         $this->dataProvider->loadResponse($this->id);
         $this->blLoaded = true;
     }
     return $this->connectionData->getResponse();
 }
 /**
  * @return Response
  */
 public function getResponse()
 {
     $this->dataProvider->loadResponse($this->id);
     return $this->connectionData->getResponse();
 }