function test_listLeads()
 {
     $leads = $this->client->listLeads();
     $this->assertInstanceOf('RealPadConnector\\CRM\\LeadsList', $leads);
 }