public override async Task OnConnectedAsync() { var userId = GetUserId(); if (!string.IsNullOrEmpty(userId)) { await _userConnectionService.Insert(new UserConnection(userId, Context.ConnectionId)); } await base.OnConnectedAsync(); }