public void coerces_null_to_null()
 {
     type.ParseValue(null).ShouldEqual(null);
 }
 public void coerces_null_to_null()
 {
     type.ParseValue(null).ShouldBeNull();
     type.ParseLiteral(new GraphQLNullValue()).ShouldBeNull();
 }