public void coerces_null_to_null()
 {
     type.ParseValue(null).ShouldEqual(null);
 }
 public void coerces_null_to_null()
 {
     _type.ParseValue(null).ShouldBe(null);
 }