public override async Task RunAsync(string[] args) { await using Communicator communicator = Initialize(ref args); await AllTests.Run(this).ShutdownAsync(); }