/**
  * @param Response $response
  */
 public function addResponse(Response $response)
 {
     $this->responses[$response->id()] = $response;
 }