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