public async Task RegisterServerId(string serverId) { string connectionId = Context.ConnectionId; Context.Items[connectionId] = serverId; await Groups.AddToGroupAsync(connectionId, serverId.ToString()); await _factorioServerManger.OnProcessRegistered(serverId); }