in src/Worker.ts [15:20]
constructor(apps: Apps, trelloCert: Certificate) {
this.kintoneClientCreator = new KintoneClientCreator(apps.baseUrl);
this.apps = apps;
this.trelloCert = trelloCert;
this.trelloAction = {} as Action;
}