public void Thresholds_SetLowerToUpper_ThrowsNothing()
 {
     Assert.That(() => { _uut.SetLowerThreshold(_uut.GetUpperThreshold()); }, Throws.Nothing);
 }