The encoding to use for the Standard Input.
public Encoding StandardInputEncoding { get; init; }
Defaults to , which is UTF-8 on .NET 10
and later. Callers can override this per-stream via the init property.
The control adapter applies this encoding only when standard input is
redirected (RedirectStandardInput is true and
StandardInput is not null).