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