this.dateFormatter = new ISODateFormat();
this.timeFormatter = new ISOTimeFormat();
this.timestampFormatter = new ISOTimestampFormat();
this.notificationListeners = new ConcurrentHashMap<>();
this.registry = new Registry(this);
this.protocol = new ProtocolFactoryImpl().connect(address, this);
this.utilQueries = new HashMap<>();
}