public void PostCallabletimesetsTest()
        {
            // TODO: add unit test for the method 'PostCallabletimesets'
            CallableTimeSet body     = null; // TODO: replace null with proper value
            var             response = instance.PostCallabletimesets(body);

            Assert.IsInstanceOf <CallableTimeSet> (response, "response is CallableTimeSet");
        }