public EntityInfo GetEntityInfo(string entityId)
 {
     _auth.CheckAccessPermission(PermissionType.GetEntity,
                                 user, entityId);
     //Get the entity info
 }