Whether to use Shell Execution or not when executing the Command.
public bool UseShellExecution { get; init; }
Using Shell Execution whilst also Redirecting Standard Input will throw an Exception. This is a known issue with the System Process class.