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