@inject IUserService userService @code { private void ToggleNsfw(bool showNsfw) => userService.ShowNsfw = showNsfw; }