private void AddCommand(SerialBridgeCommand command) { command._serialBridge = this; _commandTable.Add(command.Name, command); _commandList.Add(command); }