Remove static service id reference in Node.class
Description
There is a static final variable in the PubSub Node.class containing the service name that is calculated once when the class is loaded. This creates problems with class loading and testing for PubSub components. The variable is extraneous and should be removed.
Environment
None