This works fine - ```js this.client.lead.search({ 'name': 'Person's name here' }); ``` This doesn't seem to do actual search! - ```js this.client.contact.search({ 'name': 'Person's name here' }); ```