+/// // In cmdlet:
+/// var streams = new Streams(this);
+/// var processor = new DataProcessor(streams);
+///
+/// // In internal class:
+/// public class DataProcessor {
+/// private readonly Streams _ps;
+/// public DataProcessor(Streams ps) => _ps = ps;
+/// public void Process() => _ps.WriteVerbose("Processing...");
+/// }
+///
+/// Panel-like renderers should not tint everything when only one line matches.
+Query target: Out-Page
+Query target: Out-Page