public CommandExecsHandler(ICommandExec command, AutoResetEvent waitHandle) { this.command = command; this.waitHandle = waitHandle; }