import uuidv4 from 'uuid/v4'; export default class UUIDGenerator { static generate = () => uuidv4(); }