Add custom namespace/category to bl_idname

im wondering is it possible to have your own custom namespace for the bl_idname

example

instead of:
“wm.something”

have:
“custom.something”

The motivation is to reduce chance of name clashes.