Serenity.is Entity Service async untuk menyinkronkan permintaan

MyModule.MyService.Retrieve({
  EntityId: this.form.MyId.value
}, (response) => {
  PropertyValue = response.Entity.PropertyValue;
}, { async: false });
Tommy