internal JobCandidateAlias(JobCandidateNode parent) { Node = parent; }
internal JobCandidateOut(JobCandidateNode parent) { Parent = parent; }