Returns the currently authenticated MyUser, if any.
Rx<MyUser?>? get myUser => _myUserService?.myUser;