exports = module.exports = Entity; function Entity () { this.state; this.sequence = 1; this.id; } Entity.prototype = { };