Returns a RxUser identified by the provided id, if any.
id
FutureOr<RxUser?> getUser(UserId id) => _userService.get(id);