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