public async Task SetUpAsync(string[] args)
 {
     Runner.Configure(args);
     await setUpCommon();
 }