Notify listeners
Stream<String> notifyObservers() { assert(_key != null); return _decorator.notifyObservers(); }