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