public void PostContactlistsTest() { // TODO: add unit test for the method 'PostContactlists' ContactList body = null; // TODO: replace null with proper value var response = instance.PostContactlists(body); Assert.IsInstanceOf <ContactList> (response, "response is ContactList"); }