protected void ConfirmNo() { LayoutService.ConfirmDialog(false); }
protected void ConfirmYes() { //Do not clear LayoutService.AdditionalLogon here, were in the middle of an await. LayoutService.ConfirmDialog(true); }