protected override int Execute(CmdLineInput input)
 {
     Executed = true;
     return 0;
 }
 protected override int Execute(CmdLineInput input)
 {
     throw new System.NotImplementedException();
 }