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