public double GetValue(byte[] cmdPartContext, int startByte)
 {
     return(_lowCfg.GetValue(cmdPartContext, startByte));
 }