I am trying to use this wrapper for causing this type of action and read through the documents but can't figure it out.
Does anyone know how to trigger this action? It's basically creating a new instance of a class in my project and calling a Async method.
MyClass newclassInstance = new ActionClass("1", "2");
string result = await newclassInstance.Publish();
Thanks in Advance