IEnumerator ConfirmSession(string user, string location) { yield return(StartCoroutine(ServerHandler.ConfirmSessionCoroutine(user, location))); }