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