@Override
 protected URI getTenantOwner(URI id) {
   Bucket bucket = queryResource(id);
   return bucket.getTenant().getURI();
 }