/* package */ FormInstanceDataImpl(
     final int version, final String avmPath, final FormsService formsService) {
   this(AVMNodeConverter.ToNodeRef(version, avmPath), formsService);
 }