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