using ZB.MOM.WW.MxGateway.Contracts.Proto;
namespace ZB.MOM.WW.MxGateway.Worker.Sta;
public interface IStaCommandExecutor
{
/// Executes a command on the STA thread.
/// The command to execute.
/// The command reply.
MxCommandReply Execute(StaCommand command);
}