ComputeServiceContext context = builder.build(ComputeServiceContext.class);
ComputeService service = null;
if (enableEventSupport) {
service = new ComputeServiceEventProxy(bundleContext, context.getComputeService());
} else {
service = context.getComputeService();
}
newRegistration = bundleContext.registerService(