public Reference(StratusVariant.VariantType type) { this.type = type; }
public Reference(string key, StratusVariant.VariantType type) { this.key = key; this.type = type; }
public static Type Convert(this StratusVariant.VariantType type) => variantTypeToSystemType[type];