public function testPfileId()
 {
     $clearingDec = $this->clearingDecisionBuilder->setPfileId($this->pfileId)->build();
     assertThat($clearingDec->getPfileId(), is($this->pfileId));
 }