public function testGetSetHasRestrictions()
 {
     $this->assertFalse($this->poa->getApplicationHasRestrictions());
     $this->assertTrue($this->poa->setApplicationHasRestrictions(true) instanceof PowerOfAttorney);
     $this->assertTrue($this->poa->getApplicationHasRestrictions());
 }