namespace Aucma.Core.RunPlc { public interface IRunPlcService { Task StartPlcAsync(); } }