using System; public class Test { public static void Main() { Guid guid = Guid.NewGuid(); Console.WriteLine(guid); } }