public override object To(Type type) => CamundaVariablesUtils.ToReferencedObject(type, this.Convert);
 public override T To <T>() => CamundaVariablesUtils.ToReferencedObject <T, byte[]>(this.Convert);