protected override EntitySetting LoadElement(byte[] data) { byte a = data[0]; int b = BitConv.FromInt24(data, 1); return(new EntitySetting(a, b)); }