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