final ServiceRegistration registration =
bundleContext.registerService(clazz.getName(), proxy, extended);
// Wrap the registration to ensure that if the properties are updated
// the additional property is not lost.
return new BridgeServiceRegistration(
registration
);
}