fNotificationService
fNotificationService.Register();
fNotificationService.Unregister();
AutoLocker<DefaultNotificationService> locker(fNotificationService);
if (!fNotificationService.HasListeners())
fNotificationService.NotifyLocked(event, eventCode);
DefaultNotificationService fNotificationService;