public HttpExposedEventListener(IConfiguration cfg, IEventInterpreter<IExecutionContext> interpreter, ISecurityService svc)
     : base(cfg, interpreter, svc) {
     WaitHandleTimeout = cfg.Get(Constants.Configuration.HttpListenerWaitHandleTimeout);
 }
 public TcpExposedEventListener(IConfiguration cfg, IEventInterpreter<IExecutionContext> interpreter, INetworkEnvironment env, ISecurityService svc) : base(cfg, interpreter, svc) {
     NetworkHelper = env;
 }