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