protected async override void OnExecute(object parameter)
        {
            var dialog = await ChangePasswordViewModel.CreateInstanceAsync(this.authenticator, this.cremaAppHost, this.authenticator.ID);

            if (dialog != null)
            {
                await dialog.ShowDialogAsync();
            }
        }