using Domain; namespace RCUHost { public interface IHostSecretReceiver { /// /// 设置单个设备 /// /// void Send(Host host); } }