public void EmailNotificationsTest()
 {
     UserInfoManager target = new UserInfoManager(); // TODO: Initialize to an appropriate value
     object[] param = null; // TODO: Initialize to an appropriate value
     IList<ParameterTypesCodes> expected = null; // TODO: Initialize to an appropriate value
     IList<ParameterTypesCodes> actual;
     actual = target.EmailNotifications(param);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }