namespace Beam.Fluent { public static partial class DownloadBuilder { /* ────────────────────────── Implementation ────────────────────────── */ private enum SourceKind { Meta, Text } } }