//all users will have a home phone device setup already private NotificationDevice HelperGetPhoneNotificationDevice() { NotificationDevice oNotificationDevice; var res = _tempUser.GetNotificationDevice("Home Phone", out oNotificationDevice); Assert.IsTrue(res.Success, "Failed to fetch HomePhone notificaiton device:" + res.ToString()); return(oNotificationDevice); }