private async Task Stop() { // shut the silo down after we are done. var ct = new CancellationToken(); await silo.ShutdownSiloAsync(ct); }