using System; using System.Threading.Tasks; using Microsoft.Extensions.Logging; namespace LANCommander.SDK.PowerShell; public class PowerShellDebugHandler { public Func OnDebugStart; public Func OnDebugBreak; public Func OnOutput; }