Returns an User by the provided id.
id
FutureOr<RxUser?> getUser(UserId id) { Log.debug('getUser($id)', '$runtimeType'); return _userRepo.get(id); }