public async Task Handle(PostUpdateIntegrationEvent @event)
 {
     await _collaborationService.PushOutPostsForThread(@event.ThreadId);
 }