constructor(value?: T, unit?: U) {
        this._value = value;
        this._unit = unit;
    }