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