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