namespace MxGateway.Server.Workers; public sealed record WorkerProcessLaunchRequest( string SessionId, string PipeName, uint ProtocolVersion, string Nonce, IDisposable? PipeReservation = null);