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