private static void processCommand(int msgTarget, string msgCommand, byte[] msgInfo) { if (msgTarget == 0) { currentProcess.performAction(msgCommand); } else if (msgTarget == 1) { performAction(msgCommand, msgInfo); } }