public function testListDripCampaigns()
 {
     $r = $this->api->listDripCampaigns();
     $this->assertNotNull($r);
 }