export interface ExecuteServiceFunctionEvent { functionName: string; payload: T; }