public void CheckConnection() { FastCheck fc = new FastCheck(); if (fc.TimeIsOut()) { RestartBot(); } }