partial void WriteValue2(ESPWriter writer)
 {
     if (Value2 != null)
     {
         Value2.WriteBinary(writer);
     }
 }