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