@Override
 public void MetaBinaryExpression(metadslx.core.MetaBinaryExpression _this) {
   super.MetaBinaryExpression(_this);
   ((ModelObject) _this)
       .mLazyAdd(
           MetaDescriptor.MetaBoundExpression.ArgumentsProperty,
           Lazy.create(() -> _this.getLeft(), true));
   ((ModelObject) _this)
       .mLazyAdd(
           MetaDescriptor.MetaBoundExpression.ArgumentsProperty,
           Lazy.create(() -> _this.getRight(), true));
 }