public void GetEmailSetupTest() { // TODO: add unit test for the method 'GetEmailSetup' var response = instance.GetEmailSetup(); Assert.IsInstanceOf <EmailSetup> (response, "response is EmailSetup"); }