namespace JiLinApp.Biz.TransmitAlarm; public interface IAlarmService { void Start(); void Close(); void SendAlarmMessage(AlarmMessage msg); }