this.knownUnitsById = knownUnits.reduce((memo, unit) => {
            memo [unit.unitId] = unit;
            return memo;
        }, {});