/// <inheritdoc/>
 public async Task Logout(CancellationToken ct)
 {
     await _applicationSettingsService.DiscardUserSettings(ct);
 }