public void it_returns_all_vcs_roots()
        {
            List <VcsRoot> vcsRoots = _client.AllVcsRoots();

            Assert.That(vcsRoots.Any(), "No VCS Roots were found for the installation");
        }