static Server subscriptionManager;
static Bus bus;
protected EventSourceEndpoint eventSourceClient;
protected NotificatorService createNotificatorService() {
return new EventSinkInterfaceNotificatorService() {
@Override
protected SubscriptionManagerInterfaceForNotificators obtainManager() {
return SingletonSubscriptionManagerContainer.getInstance();
}