public void ThenTheNotificationBarDisplaysTheNote(string noteTitle)
 {
     if (!ConstituentPanel.NotificationExists(noteTitle))
     {
         throw new ArgumentException(
                   String.Format("Current constituent does not have a notification displayed for note '{0}'", noteTitle));
     }
 }