Something like below ```typescript client.callAsync(methodName: string, ...) { this.client[`${methodName}Async`]; } ``` it should validate that method exists on the client and throw useful error message