protected override async Task OnInitializedAsync()
        {
            var challenge = await ChallengeService.GetByIdWithEnvironmentAsync(Id);

            if (challenge is { })