Future<String?> currentUserId() { return VitalCorePlatform.instance .currentUserId() .then((v) => v?.toLowerCase()); }