public ConceptRef(Concept c) { Id = c.Id; UniversalId = c.UniversalId; }
public BaseConcept(Concept c) { Id = c.Id; UniversalId = c.UniversalId; }