public void WhenReadHistoryIsCalled_ReaderConstructedFromFactory() { historian.ReadHistory(); streamFactory.Verify(f => f.GetReader(It.IsAny <string>())); }