public XdsIdentifier(string id) { _identifier = DataType.Parse(new CX(), id); }
public XdsIdentifier(CX id) { _identifier = id; }