namespace Selector.CLI { class RootOptions { public const string Key = "Selector"; public int Number { get; set; } = 2; } }