public void ChangeEmailPasswordTest()
 {
     UserInfoManager target = new UserInfoManager(); // TODO: Initialize to an appropriate value
     GenralUserInfo _objGenralUserInfo = null; // TODO: Initialize to an appropriate value
     target.ChangeEmailPassword(_objGenralUserInfo);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }