public void TestPhone2()
 {
     testPhone.OnCall = true;
     testPhone.HangUp();
     Assert.IsFalse(testPhone.OnCall);
 }