/**
  * @param ResponseInterface $response
  *
  * @return $this
  */
 public function setResponse(ResponseInterface $response)
 {
     $this->upsTimeInTransit->setResponse($response);
     return $this;
 }