public IEntity Get(IEntityId entityId) { if (!entityIdPool.IsValid(entityId)) { throw new Exception("Invalid EntityId"); } return(entityFactory.Create(_id: entityId)); }