public function testFactorySetsCurrentLowestOfferPrice()
 {
     $this->assert($this->marketSummary->getCurrentLowestOfferPrice(), equals, 1001);
 }