Future<void> bootstrap({bool listen = true}) async { await _bootstrapComponents(appConfig); if (listen) await startServer(); }