static Future<String?> get getConnectedList async { String? version = await getIp("ConnectedList"); return version; }