public function testGetByEmail()
 {
     $client = new NextCallerClient(null, null, true);
     $profiles = $client->getByEmail(self::PROFILE_EMAIL);
     $this->assertEquals($profiles, json_decode(self::JSON_RESPONSE, true));
 }