Inheritance: CollectableValue
 protected void GetIngestRelations(RelationValue value, out List<IngestRelation> relations)
 {
     relations = new List<IngestRelation>();
     relations.Add(new IngestRelation(value.Fqn));
 }