protected ClusterClientStopSpec(ClusterClientStopSpecConfig config) : base(config, typeof(ClusterClientStopSpec))
 {
     _config = config;
 }
 protected ClusterClientStopSpec(ClusterClientStopSpecConfig config) : base(config)
 {
     _config = config;
 }