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