public ReAttachPackage(IReAttachReporter reporter, IReAttachHistory history, IReAttachUi ui, IReAttachDebugger debugger) { Reporter = reporter; History = history; Ui = ui; Debugger = debugger; }