namespace AlarmInfoServerSim.Services; public interface ILogService { void Log(string content); event EventHandler<string>? LogReceived; }