using MxGateway.Contracts.Proto; namespace MxGateway.Worker.Sta; public interface IStaCommandExecutor { MxCommandReply Execute(StaCommand command); }