// the default client libraries
@SuppressWarnings("deprecation")
@Inject
public ActiveApiOperationServiceRegistry(Injector injector) {
super();
NotifyOperationService notifyOpService = injector.getInstance(NotifyOperationService.class);
// Register all the OperationProviders
register(OperationType.ROBOT_NOTIFY, notifyOpService);
register(OperationType.ROBOT_NOTIFY_CAPABILITIES_HASH, notifyOpService);
register(OperationType.WAVELET_ADD_PARTICIPANT_NEWSYNTAX, ParticipantServices.create());
register(OperationType.WAVELET_APPEND_BLIP, BlipOperationServices.create());