private static async Task StartupAsync()
        {
            await ThemeSelectorService.SetRequestedThemeAsync();

            await RateDisplayService.ShowIfAppropriateAsync();
        }