public void AllEventsShouldHaveShortDescription(LogEvents.LogEvent logEvent) { Assert.IsFalse(string.IsNullOrWhiteSpace(logEvent.ShortDescription)); }