public Ping(IRCClient ircClient) { _client = ircClient; _thread1 = new Thread(new ThreadStart(this.FiveMinutePing)); }