static void Postfix(Dictionary <IPEndPointProcessId, DistributedMatchUp.Match> ___m_remoteMatches, IPEndPointProcessId sender, DistributedMatchUp __instance)
 {
     Debug.Log(DateTime.Now.ToString() + " " + System.Diagnostics.Process.GetCurrentProcess().Id + " OnClientStateUpdate: sender " + sender + " all: " +
               ___m_remoteMatches.Join(x => x.Key + "[" + x.Value.uid + " " + x.Value.matchData.GetValueSafe("mm_ticketType") + " " + x.Value.matchData.GetValueSafe("mm_mmTickets") + "]"));
 }
 private static void Postfix(IPEndPointProcessId sender)
 {
     Debug.LogFormat("{0} {1} disconnect {2}", DateTime.Now.ToString(), System.Diagnostics.Process.GetCurrentProcess().Id, sender);
 }