/**
  * @return int
  */
 public function getFailureReportingThreshold()
 {
     return $this->configuration->getFailureReportingThreshold();
 }