public async Task Handle(ThreadUpdateIntegrationEvent @event)
 {
     await _collaborationService.PushOutNewThreadsForDocument(@event.DocumentId);
 }