protected override Task OnInitializedAsync()
        {
            if (Pivot is not null)
            {
                Pivot.RegisterOption(this);
            }

            return(base.OnInitializedAsync());
        }