public static Guid?ParseNullableGuid(Revenj.Utility.BufferedTextReader reader, int context) { return(GuidConverter.ParseNullable(reader)); }