/// <summary>
 /// Initializes a new instance of the <see cref="SchedulerExceptionsController"/> class.
 /// </summary>
 public SchedulerExceptionsController()
 {
     this.exceptionsManager = new SchedulerExceptionsIt2Manager();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SchedulerExceptionsController"/> class.
 /// </summary>
 /// <param name="exceptionsManager">
 /// The it 2 business.
 /// </param>
 public SchedulerExceptionsController(SchedulerExceptionsIt2Manager exceptionsManager)
 {
     this.exceptionsManager = exceptionsManager;
 }