If I have exception thrown in Python, e.g. ``` raise LookupError('the message is not passed to CSHARP') ``` then on .NET side it only shows: ((Python.Runtime.PythonException)$exception).Message "LookupError : " string