Hello,

I have written an console app as below


class Program {
static void Main(string[] args)
{
var lightStreamClient = new LSClient();
var...