public static bool HasSwitch(this Orc.CommandLine.OptionDefinition optionDefinition)
 {
 }
 public static bool IsSwitch(this Orc.CommandLine.OptionDefinition optionDefinition, string actualSwitch, char[] quoteSplitCharacters)
 {
 }
 public static string GetSwitchDisplay(this Orc.CommandLine.OptionDefinition optionDefinition)
 {
 }