namespace PLCIOPointTool.Services; public interface IOutputService { void Output(string message); event EventHandler<string>? MessageReceived; }