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