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