in src/main/java/org/apache/sling/superimposing/impl/SuperimposingResourceProviderImpl.java [216:222]
void unregisterService() {
if (registration != null) {
registration.unregister();
registration = null;
log.info("Unregistered {}", this);
}
}