protected RemoteReDeploymentSpec(RemoteReDeploymentSpecConfig config) : base(config) { _config = config; }
protected RemoteReDeploymentSpec(RemoteReDeploymentSpecConfig config, Type type) : base(config, type) { _config = config; }