public function testGetSetAttorneyPartyDeclarations()
 {
     $this->assertEquals('I', $this->poa->getAttorneyPartyDeclaration());
     $this->poa->setAttorneyPartyDeclaration('We');
     $this->assertEquals('We', $this->poa->getAttorneyPartyDeclaration());
 }