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

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