private static Type GetType(string name) { return(PrimitiveMap.ContainsKey(name) ? PrimitiveMap[name] : Type.GetType(name)); }