/**
  * Gets the statistical data from the data source
  */
 public function ReadStatistic()
 {
     return $this->statistics_data_source->ReadBestAggregateOfQualifyingPerformances("runs_scored", $this->minimum_qualifying_score);
 }
 /**
  * Gets the statistical data from the data source
  */
 public function ReadStatistic()
 {
     return $this->statistics_data_source->ReadBestAggregateOfQualifyingPerformances("wickets", $this->minimum_qualifying_wickets);
 }