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