public async Task HandleMessageAsync(string messageType, ProfileImageChangedMessage message) { await _moderationService.UpdateUserImage(message); }