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