public ConsoleExecuteAction(ConsoleExecuteActions action, dynamic target)
 {
     Action = action;
     Target = target;
 }
 public ConsoleExecuteAction(ConsoleExecuteActions action, dynamic target)
 {
     Action = action;
     Target = target;
 }