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