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