public function testFactorySetsCurrentHighestBidPrice()
 {
     $this->assert($this->marketSummary->getCurrentHighestBidPrice(), equals, 500);
 }