function FoodPairing(ref) {
  this.code = ref.code
  this.identifier = ref.identifier
  this.name = ref.name
}