Esempio n. 1
0
 public static async Task Main(string[] args)
 {
     var bootstrapper = new Bootstrapper();
     await bootstrapper.Start(args);
 }