public NuGetForwardingApp WithEnvironmentVariable(string name, string value) { _forwardingApp.WithEnvironmentVariable(name, value); return(this); }
public ProcessStartInfo GetProcessStartInfo() { return(_forwardingApp .WithEnvironmentVariable(TelemetrySessionIdEnvironmentVariableName, Telemetry.CurrentSessionId) .GetProcessStartInfo()); }