static LogicalReplicationMessageTypes fromByte(int byte) { return fromId(String.fromCharCode(byte)); }