public async Task NewAsync(ISystemService systems, CancellationToken cancellationToken = default) { await ClearAsync(systems, cancellationToken); await systems.BootstrapAsync(cancellationToken); await systems.InitAsync(cancellationToken); }