void GridClientProtobufMarshaller::marshal(const GridUuid& uuid, std::vector<int8_t>& bytes) {
    uuid.rawBytes(bytes);
}