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