17899
* Update QuantConnect.pythonnet to 2.0.57 * Update NoMethodMatch interpreter tests for pythonnet 2.0.57 snake_case method names pythonnet 2.0.57 renders the method name in the 'No method matches given arguments' TypeError in snake_case (e.g. 'for set_cash:' / 'for rsi:'), matching the name Python callers use. The interpreter extracts it correctly; only the tests' hardcoded PascalCase expectations (SetCash, RSI) were stale. Assert the snake_case names the API now emits.