public function testFactorySetsTotalWithdrawalAmount()
 {
     $this->assert($this->withdrawal->getTotalWithdrawalAmount(), equals, 50.0);
 }