static MonitorHandlerFactory()
 {
     _factoryHelper = new SingletonThreadHelper<_MonitorHandlerFactory>(
                             new Lazy<_MonitorHandlerFactory>(() =>
                                { return new _MonitorHandlerFactory(); }));
 }
 static MonitorHandlerFactory()
 {
     _factoryHelper = new SingletonThreadHelper <_MonitorHandlerFactory>(
         new Lazy <_MonitorHandlerFactory>(() =>
                                           { return(new _MonitorHandlerFactory()); }));
 }