Returns an User by the provided id.
id
FutureOr<RxUser?> get(UserId id) { return _userRepository.get(id); }