List all connections
List all connections being used
Future<List<String>?> listConnections() async { return LogbotConnectionsManager().connections.keys.toList(); }