public void TestDeactivateSmartPhone()
 {
     phone.DeactivateService();
     Assert.AreEqual(false, phone.GetServiceStatus());
 }