namespace Aucma.Core.Melsec { public interface IMelsecService { Task StartMelsecAsync(); } }