public bool Authorize(IOwned entity, OpenMetaverse.UUID id)
 {
     return _parent._ownerID.Equals(UUID.Zero) || id.Equals(_parent._ownerID);
 }