public string Execute(Notifier notifier)
 {
     string message = notifier.DoWork();
     return message;
 }