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