Would it be possible to make the Onnx runtime available to c# strategies in QuantConnect?

https://github.com/Microsoft/onnxruntime/blob/master/docs/CSharp_API.md

This runtime would open up deep learning inference in QuantConnect using models produced by DL frameworks (ie, PyTorch) outside of QuantConnect and exported in the Onnx format.

Author