public void ShouldProperlyHandleNullableAndNullableInAConstructor()
 {
     var foo = new NullableTypesDemo();
 }
 public NullableTests()
 {
     _mainSut = new NullableTypesDemo();
 }