using Blue; /// /// 信令模块 /// public interface ISignallingService : IService { /// /// 获取联系人 /// void GetContacts(); }