public function testManufacturerWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Product::manufacturer());
 }