Variable Entity.id

Unique ID of this entity

class Entity
{
  // ...
  const(std.uuid.UUID) id ;
  // ...
}