protected ShardedDaemonProcessSpec(ShardedDaemonProcessSpecConfig config, Type type)
     : base(config, type)
 {
     _config = config;
 }
 protected ShardedDaemonProcessMultiNode(ShardedDaemonProcessSpecConfig config) : base(config, typeof(ShardedDaemonProcessMultiNode))
 {
 }