protected HigherIsWorseMetric(MetricThresholds thresholdvalues) : base(thresholdvalues) { }
protected MetricCheck(MetricThresholds thresholdvalues) { this.WarningLimit = thresholdvalues.Warning; this.ErrorLimit = thresholdvalues.Error; }