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

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