private void unregisterFromNotifier(Notifier notify) { if (notify != null) { foreach (string tag in _notifyBehaviors.Keys) { notify.unregisterObserver(tag, this); } } }