public function testImageWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Event::image());
 }