protected Decorator(Notifier notifier) { Notifier = notifier; }
public void SetNotifier(Notifier notifier) { Notifier = notifier; }