protected PyClrTypeBase(string pyType, Type clrType)
 {
     this.PythonType = PythonEngine.Eval(pyType);
     this.ClrType    = clrType;
 }