using System.Collections.Generic;
using shortid.Configuration;
public static void Main()
Console.WriteLine("Hello World");
HashSet<string> myhash1 = new HashSet<string>();
var options = new GenerationOptions(useNumbers: true, length: 10);
for (int i = 0; i < int.MaxValue; i++)
var id = ShortId.Generate(options);
Console.WriteLine("Total number of elements present" + " in myhash:{0}", myhash1.Count);
Console.WriteLine("Total number of elements present" + " in myhash:{0}", myhash1.Count);
Console.WriteLine(ex.Message);