private static string GetCdnSource(string src) { return(string.Format("{0}/{1}", ConfigurationHelpers.GetString("ImagePath"), src)); }