public override void OnJoinedLobby()
 {
     if (OnJoinLobby != null)
     {
         OnJoinLobby.Invoke();
     }
 }