public static void AddEntityId(this SchemaObject obj, uint fieldId, EntityId entityId)
 {
     obj.AddEntityId(fieldId, entityId.Id);
 }