private static string GetConfigPath <T>(T config) { Type type = config.GetType(); return(Path.Combine(PathUtil.GetAssemblyPath(type), "Config/" + type.FullName + ".json")); }