public void NewInfoObject()
            {
                //------------ Act
                var info = new ProjectionInfo(ProjectionTestsHelper.GetViewInfos(1), ProjectionTestsHelper.GetProjection(1), new DocumentStrategy());

                //------------ Assert
                info.GetEventStreamVersion().Should().Be(0);
            }