/**
  * {@inheritdoc}
  */
 public function addResponseMode(ResponseModeInterface $response_mode)
 {
     $this->response_modes[$response_mode->getName()] = $response_mode;
 }