static Future<bool?> isGuest() async { final result = await session(); return result?.isGuest ?? false; }