How to call torch.jit scripts in C#?

I know how to call it inside C++ programs. Of course, I can try to make *so/dll, but it is kinda ugly. What is the easiest way to do it in .NET environment?