@Override
protected void doRegister(InternalEndpoint endpoint, Map<String, ?> properties) {
ServiceRegistration reg = bundleContext.registerService(
InternalEndpoint.class.getName(),
endpoint,
new MapToDictionary(properties));
registrations.put(endpoint, reg);
}