public static void AddAlert(MyMwcCheaterAlertType type, EndPoint cheaterAddress, string description)
        {
            MyMwcLog.WriteLine("Networking.MyMwcCheaterAlert - START");
            MyMwcLog.IncreaseIndent();

            //  Write to local log too, because if sending cheater alert won't be successful, at least user can send us the log file.
            MyMwcLog.WriteLine("Type: " + (int)type);
            MyMwcLog.WriteLine("CheaterAddress: " + ((cheaterAddress == null) ? "null" : cheaterAddress.ToString()));
            MyMwcLog.WriteLine("Description: " + description.ToString());

            MyMwcLog.DecreaseIndent();
            MyMwcLog.WriteLine("Networking.MyMwcCheaterAlert - END");
        }
        public static void AddAlert(MyMwcCheaterAlertType type, EndPoint cheaterAddress, string description)
        {
            MyMwcLog.WriteLine("Networking.MyMwcCheaterAlert - START");
            MyMwcLog.IncreaseIndent();

            //  Write to local log too, because if sending cheater alert won't be successful, at least user can send us the log file.
            MyMwcLog.WriteLine("Type: " + (int)type);
            MyMwcLog.WriteLine("CheaterAddress: " + ((cheaterAddress == null) ? "null" : cheaterAddress.ToString()));
            MyMwcLog.WriteLine("Description: " + description.ToString());

            MyMwcLog.DecreaseIndent();
            MyMwcLog.WriteLine("Networking.MyMwcCheaterAlert - END");
        }