using System.Diagnostics; namespace MxGateway.Server.Workers; public interface IWorkerProcessFactory { IWorkerProcess Start(ProcessStartInfo startInfo); }