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