internal static PythonType MakeSystemType(Type underlyingSystemType) { return(PythonType.SetPythonType(underlyingSystemType, new SimpleType(underlyingSystemType))); }