public void GetEventsNoStartEnd() { _orchestrate.PutEvent(CollectionName, "1", "comment", DateTime.UtcNow, "This is the GetEventsNoStartEnd comment."); var result = _orchestrate.GetEvents(CollectionName, "1", "comment"); Assert.IsTrue(result.Count > 0); }