Python.NET needs a microbenchmark to track performance of calls from Python to C#, that pass wrapped C# objects. E.g. in Python: ```python SomeCSharpMethod(anObjectReceivedFromCSharp); ```