Inheritance: BaseSensorDevice, IThermistor
        public CustomCurve(Thermistor thermistor)
            : base(thermistor)
        {

        }
 public BaseCurve(Thermistor thermistor) : base(thermistor)
 {
     LoadDefaultCurve();
 }
        public PerformanceMode(Thermistor thermistor)
            : base(thermistor)
        {

        }
        public QuiteMode(Thermistor thermistor)
            : base(thermistor)
        {

        }
        public BalancedMode(Thermistor thermistor)
            : base(thermistor)
        {

        }
        public Default(Thermistor thermistor)
            : base(thermistor)
        {

        }