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