public function testGetSetType()
 {
     $expected = 'Client Notification';
     $this->correspondence->setType($expected);
     $this->assertEquals($expected, $this->correspondence->getType());
 }