/**
  * Gets the statistical data from the data source
  */
 public function ReadStatistic()
 {
     return $this->statistics_data_source->ReadBestPlayerAverage("balls_bowled", "wickets_with_bowling", false, "balls_bowled", 3);
 }
 /**
  * Gets the statistical data from the data source
  */
 public function ReadStatistic()
 {
     return $this->statistics_data_source->ReadBestPlayerAverage("runs_conceded", "overs_decimal", false, "runs_conceded", 3);
 }
 /**
  * Gets the statistical data from the data source
  */
 public function ReadStatistic()
 {
     return $this->statistics_data_source->ReadBestPlayerAverage("runs_scored", "dismissed", true, "runs_scored", 3);
 }