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

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