public CommandLineOptionHandler(string[] args)
 {
     _args = args;
     _helpWriter = new HelpWriter(System.Console.Out);
 }