internal void AddNotice(string message, string url, string linkText)
 {
     _userInterface.AddNotice(message, url, linkText);
 }