/**
  * @expectedException InvalidArgumentException
  */
 public function testGivenNegativeIdWhenBuildingIdRequestThenThrowException()
 {
     $this->factory->idRequest(self::NEGATIVE_ID);
 }