public EntryStream StreamFor(string streamName) => journal.ReadStream(streamName);
public EntryStream StreamFor(string streamName) { return(journal.ReadStream(streamName)); }