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