public CommandAttribute(string cmd, Enums.CommandType cmdType) { Command = cmd; CommandType = cmdType; }