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