public function andRespondWithCode($code)
 {
     $this->response->setStatusCode($code);
     return $this;
 }