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