internal string ShowDescription(int padLength) { return($"{Name.AsKey()}: {Description}".Align(UsageIndent.Mode, padLength)); }