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