public void TestActivateSmartPhone()
 {
     phone.ActivateService();
     Assert.AreEqual(true, phone.GetServiceStatus());
 }