public void heres_a_test() { // act var actions = _service.GetAvailableActions(); // assert Assert.AreEqual(1, actions.Count()); // more asserts on he result of the tested method }