Generates unique IDs
sudo npm install --save @pilotlab/lux-ids
import {Identifier} from '@pilotlab/lux-ids'; let id:string = Identifier.generate();