using System; namespace Blue { /// /// 取消订阅事件的接口 /// public interface IUnSubscribe { void UnSubscribe(); } }