public static NestedText Scope(this IEnumerable <NestedText> xs, Text separator = null) => NestedText.CreateScope(xs.ToArr(), separator ?? Environment.NewLine);
 public static NestedText EmptyScope() => NestedText.CreateScope(Arr <NestedText> .Empty, (Text)Environment.NewLine);