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