Future<User?> info({String? overrideAccount}) async { return getUser(address: overrideAccount ?? _account); }