public void RegisterUser(string username) { _logger.LogInformation("Hub register user: {Username}", username); _notificationFlag.Touch(); _idService.SaveUser(username, Context.ConnectionId); }