String toLogString() { String res = "id:$id|messageInfo:${messageInfo?.toLogString()}"; return res; }