public function sendRequest(RequestInterface $request) : ResponseInterface { return $this->sendAsyncRequest($request) ->wait(); }