public static string CreateShortUrlRand(this string url, string addKey = "") { return(url.CreateShortUrlIndex(RandomHelper.GetRandomNumber(0, 4), addKey)); }