namespace Seyounth.Auto.Hs.Runtime; public interface IHsAutoRuntime { Task RunAsync(); Task StopAsync(); }