private static void Session_SessionEndStartedEvent(object sender, SessionEndStartedEventArgs e) { _rootCommand.OutputEvent("Starting to end session."); }
protected virtual void OnSessionEndStartedEvent(SessionEndStartedEventArgs e) { SessionEndStartedEvent?.Invoke(this, e); }