public function testSetGetCase()
 {
     $case = new Lpa();
     $this->correspondence->setCase($case);
     $this->assertInstanceOf('Opg\\Core\\Model\\Entity\\CaseItem\\PowerOfAttorney\\Lpa', $this->correspondence->getCase());
 }