public void AssertNotInitialized() { Some <int> some = default; Static.GetValue(() => some.Value).Should().Throw <SomeNotInitializedException>(); }