namespace AmrControl.services { /// /// 注册服务 /// public interface IRegistryService { /// /// 启动服务 /// void Start(); /// /// 停止服务 /// void Stop(); } }