public function createRequest(string $method, $uri) : RequestInterface { return $this->requestFactory ->createRequest($method, $uri); }