Consider using 'static str for SubsystemId inner type
We could potentially use 'static str instead of u32 for SubsystemId, this would mean that we always have the name of the subsystem on hand without having to look it up. !1275 (comment 2884983556)