public void SetServer(int serverID, int gameID, string serverName, string serverUrl, string status, int weight, string intranetAddress) { CacheServer cacheServer = new CacheServer(); cacheServer.SetServer(serverID, gameID, serverName, serverID, serverUrl, status, weight, intranetAddress); }