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