protected ServiceObjectBase(ServiceBroker sb, SoDefinitionCollection soCollection)
 {
     ServiceBroker   = sb;
     SoDefCollection = soCollection;
 }
 protected ServiceObjectBase(ServiceBroker sb)
 {
     ServiceBroker = sb;
 }