I have a ML model running on a server that I want to call for data used in my algo. Currently, I do this in my own solution with a C# project that can create a client, get a token, and build the payload necessary to return a valid result. This project requires various nuget packages that aren't part of .NET 4.5.X. I can use it if I run the QC locally, but I want to use QC's live options. 

Is this possible to do? 

Author