public function afterMethod(RequestInterface $request, ResponseInterface $response) {
        $path = $request->getPath();
        $method = $request->getMethod();
        $lowercaseMethod = \strtolower($method);
        $token = $request->getRawServerValue('PHP_AUTH_USER');