public CLITestCmd(string str, CLICommandTypes type) { cmd = str; this.type = type; }
public CLITestCmdMR(string str, CLICommandTypes type) : base(str, type) { }
public CLITestCmdCryptoAdmin(TestCryptoAdminCLI _enclosing, string str, CLICommandTypes type) : base(str, type) { this._enclosing = _enclosing; }