/**
  * {@inheritdoc}
  */
 public function withStatus($code, $reasonPhrase = '')
 {
     return $this->response->withStatus($code, $reasonPhrase);
 }