public Control this[Uuid uuid] => _allControlsByUuid[uuid];
public ValueState(Uuid control, double value) { this.Control = control; this.Value = value; }