.setCustomId(store.serialize(Id.EditSomethingButton, ...).toString()), and when I just use a normal custom id, I have to do .setCustomId(Id.EditSomethingButton.toString()). I know this isn't a very big problem; should I just suck it up? (Or I would love a convenience method like serializeStr). Or is there a way to use an enum of strings for schema ids, even if they're just stringified numbers?