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