public void RemoveServer(int gameID, int serverID) { CacheServer cacheServer = new CacheServer(); cacheServer.RemoveServer(gameID, serverID); }