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