public static void WriteNotificationList(List <string> messagesList) { NotificationHelper.WriteNotificationList(messagesList, false); }
public static void WriteNotification(string message) { NotificationHelper.WriteNotification(message, false); }