/**
  * Should be able to get the route prefix.
  */
 public function testRoutePrefix()
 {
     $this->assertEquals('product::', $this->productPresenter->routePrefix());
 }