public void GetPromptsPromptIdTest() { // TODO: add unit test for the method 'GetPromptsPromptId' string promptId = null; // TODO: replace null with proper value var response = instance.GetPromptsPromptId(promptId); Assert.IsInstanceOf <Prompt> (response, "response is Prompt"); }