public async Task HandleMessageAsync(string messageType, NewProfileMessage message) { await _tweetService.AddUser(message); }