
  {{camelCase eventName}}(sender: Function, payload: any): void {
    sender('{{titleCase eventName}}', makeTrustworthy(payload));
  }