namespace VisionAsist.SDK; public interface IModule { string Name { get; } string[] GetCommands(); object Execute(string command, object[] args); }