public void it_returns_all_changes() { List <Change> changes = _client.AllChanges(); Assert.That(changes.Any(), "Cannot find any changes recorded in any of the projects"); }