public void SetNotifier(ClearSessionForThread notifier)
        {
            if (notifier == null)
            {
                throw new ArgumentNullException("notifier");
            }

            _notifier = notifier;
        }