Example #1
0
 static async Task Main()
 {
     Sender sender = new Sender(new BlobEventStorage());
     await sender.SendEventAsync();
 }