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