public void PostReport(SynchronizationReport report)
 {
     SaveAndShowReport(report);
     _profileStatusesViewModel.Update(report);
     _trayNotifier.NotifyUser(report, _showReportsWithWarningsImmediately, _showReportsWithErrorsImmediately);
 }
 public void PostReport(SynchronizationReport report)
 {
     SaveAndShowReport(report);
     _profileStatusesViewModel.Update(report);
     _trayNotifier.NotifyUser(report);
 }