public function testClientId()
 {
     $this->businessAccount->setClientId('foo');
     $this->assertSame('foo', $this->businessAccount->getClientId());
 }