public override void AddOption(int optionId, OptTableBuilder builder)
 {
     builder.AddCommaJoined(optionId, Prefixes, Name, HelpText);
 }