using System;
public class Program
{
public static void Main()
var eventDescription = new
SchemaVersion = 1, SubscriptionId = Guid.NewGuid(), s = "one, two, string=alpha"
};
Console.Write(eventDescription);
}