namespace RemoteExec.Shared; public sealed class RemoteExecutionResult { public object? Result { get; set; } public string? Exception { get; set; } }