privatestringStatText=>string.Format(T("You have learned about {0} out of {1} biases."),this.SettingsManager.ConfigurationData.BiasOfTheDay.UsedBias.Count,BiasCatalog.ALL_BIAS.Count);
{"Message",T("Are you sure you want to reset your bias-of-the-day statistics? The system will no longer remember which biases you already know. As a result, biases you are already familiar with may be addressed again.")},
vardialogReference=awaitthis.DialogService.ShowAsync<ConfirmDialog>(T("Reset your bias-of-the-day statistics"),dialogParameters,DialogOptions.FULLSCREEN);