public About() { try { if (Thread.CurrentPrincipal.IsInRole(ClearCanvas.ImageServer.Common.Authentication.AuthorityTokens.Admin.Configuration.ServerPartitions)) { LicenseInformation.Reset(); LicenseKey = LicenseInformation.LicenseKey; } } catch (Exception) { } }