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