72737475767778
} return null; } public static ServiceRegistration registerConsoleCommands(BundleContext context) { return context.registerService(CommandProvider.class.getName(), new ConfiguratorCommandProvider(context), null); }