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