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

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