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