protected async Task HandleValidSubmit()
        {
            Pending = true;
            await ImportService.ImportCompetitionFromFIFA(ImportCompetition);

            Pending = false;
        }