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

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