public function testProducerWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Table::producer());
 }