namespace NCC.Message.Interfaces { public interface IImReplyService { /// /// 强制下线 /// /// void ForcedOffline(string connectionId); } }