public void GivenTheSystemIsInACleanState()
        {
            Logger logger = new Logger();

            // need to delete suspend instances

            ScenarioContext.Current.Add("LastMessageTrackingDateTime", Tracking.GetLastMessageTrackingDateTime());
            ScenarioContext.Current.Add("LastApplicationLogEventDateTime", ApplicationEventLog.GetLastEventDateTime());
        }