public function testGetSetHasGuidance()
 {
     $this->assertFalse($this->poa->getApplicationHasGuidance());
     $this->assertTrue($this->poa->setApplicationHasGuidance(true) instanceof PowerOfAttorney);
     $this->assertTrue($this->poa->getApplicationHasGuidance());
 }