private void MergeLocalToBuilder()
 {
     if (id != null)
     {
         builder.SetId(ConvertToProtoFormat(id));
     }
 }