namespace JiLinApp.Biz.TransmitAlarm; public class AlarmZmqService : IAlarmService { public void Start() { throw new NotImplementedException(); } public void Close() { throw new NotImplementedException(); } public void SendAlarmMessage(AlarmMessage msg) { throw new NotImplementedException(); } }