using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Sog; namespace RealmlistServer { /* public class Program { public static void Main(string[] args) { try { AppParam appParam = new AppParam(args); AccountServer accountServer = new AccountServer(appParam); accountServer.Start(); } catch (Exception ex) { TraceLog.Exception(ex); } } } */ }