public static void Encode(XdrDataOutputStream stream, Int64 encodedInt64) { stream.WriteLong(encodedInt64.InnerValue); }