public async Task HandleAsync(NotificationContext context, TEvent @event)
 {
     await _lambda(context, @event);
 }