public override async Task OnDisconnectedAsync(Exception exception) { var result = await gameProcessService.RemoveUserFromGame(Context.ConnectionId); await base.OnDisconnectedAsync(exception); }