public static void Warning(this IReportsCoordinator reportCoordinator, string reportKey, string message) { reportCoordinator.Add(reportKey, ReportEntryType.Warning, message); }
public static void Information(this IReportsCoordinator reportCoordinator, string reportKey, string message) { reportCoordinator.Add(reportKey, ReportEntryType.Information, message); }