public new void Execute(FigaroContext context, string args)
 {
     base.Execute(context, args);
     context.Preload(argv[0]);
 }