using System.Threading.Tasks; namespace LANCommander.SDK.PowerShell; public interface IScriptInterceptor { Task ExecuteAsync(PowerShellScript script); }