public static void Save(IValueSink sink, UnconfirmedEventNotificationWrapper value)
 {
     Value<UnconfirmedEventNotificationRequest>.Save(sink, value.Item);
 }
 public static void Save(IValueSink sink, UnconfirmedEventNotificationWrapper value)
 {
     Value <UnconfirmedEventNotificationRequest> .Save(sink, value.Item);
 }