I use Accept.JS for the frontend, and my backend (.NET web service) has
a method, which gets opaqueData from UI. I want to write unit tests for
this method, however I cannot find any way to generate this data using
your .NET SDK library. Is it possib...