public MinMaxDetector() { _aboveMaxValue = new AboveMaxValueDetector(this); _belowMinValue = new BelowMinValueDetector(this); }