public void BusinessTypesTest()
 {
     UserManager target = new UserManager(); // TODO: Initialize to an appropriate value
     IList<ParameterTypesCodes> expected = null; // TODO: Initialize to an appropriate value
     IList<ParameterTypesCodes> actual;
     actual = target.BusinessTypes();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }