protected virtual Task <int> OnRunAsync(CommandLineOptions options, CancellationToken ct) { var server = new SimpleServer(options, PhysicalConsole.Singleton, Directory.GetCurrentDirectory()); return(server.RunAsync(ct)); }