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