public FastbootTools(TextBlock context)
 {
     Context = context;
     _executor = new CommandExecutor();
     _cmd = new Command();
     _cmds = new List<Command>();
 }
 public FastbootTools()
 {
     _executor = new CommandExecutor();
     _cmd = new Command();
     _cmds = new List<Command>();
 }