public void TestDepartmentManager() { _department.SetManager("People"); Assert.AreEqual("People", _department.GetManager()); }