Overrides Promise::wait
public function wait($unwrap = true) { if ($unwrap) { return $this->response; } }