public static String buildCookies(HttpCookie[] args) { return String.Join("; ", args.Select((x) => (x.ToString()))); }