Close all the servers
Future<void> closeServer({bool force = false}) async { for (final server in _servers) { await server.close(force: force); } }