@override String getDefaultUserId() { if (userId?.isNotEmpty ?? false) { return userId ?? ""; } else { return ""; } }