public class Program
{
public static void Main()
var x = new System.Guid("00001809-0000-1000-8000-00805F9B34FB");
System.Console.WriteLine(x);
}