public void PostDnclistsDnclistIdExportTest()
        {
            // TODO: add unit test for the method 'PostDnclistsDnclistIdExport'
            string dncListId = null; // TODO: replace null with proper value
            var    response  = instance.PostDnclistsDnclistIdExport(dncListId);

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