/// <summary>
        /// Initializes a new instance of the <see cref="AlarmWorkflowService"/> class.
        /// </summary>
        public AlarmWorkflowService()
        {
            InitializeComponent();

            // Set up the logger for this instance
            Logger.Instance.Initialize(this.GetType());

            _manager = new AlarmWorkflowServiceManager();
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="AlarmWorkflowService"/> class.
        /// </summary>
        public AlarmWorkflowService()
        {
            InitializeComponent();

            _manager = new AlarmWorkflowServiceManager();
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="AlarmWorkflowService"/> class.
        /// </summary>
        public AlarmWorkflowService()
        {
            InitializeComponent();

            _manager = new AlarmWorkflowServiceManager();
        }