syntax = "proto3"; package Proto.IPC; message Command { bytes command = 1; bytes data = 2; }