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