public void HasAnInitialValueOfNull()
            {
                var state = new SerializationState();

                Assert.That(state.GetRawValue(), Is.Null);
            }
            public void HasAnInitialValueOfNull()
            {
                var state = new SerializationState();

                Assert.That(state.GetRawValue(), Is.Null);
            }