public function testSettingClientId()
 {
     $this->ifs->setClientId('foo');
     $this->assertEquals('foo', $this->ifs->getClientId());
 }