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

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