``` $this->setUriRetriever(new UriRetriever); ``` this is wrong; the correct class name is `Uri\UriRetriever` ``` public function setUriRetriever(UriRetriever $retriever) ``` dito.