initialize(); return $this->location; } protected function populateResult(Response $response): void { $headers = $response->getHeaders(); $this->location = $headers['location'][0] ?? null; } }