Example #1
0
 private static async Task Start(CoreAppBootstrapper bs)
 {
     await bs.Startup(async() => { }).ConfigureAwait(false);
 }