using System;
public class Program
{
public static void Main()
Guid? id = null;
Console.WriteLine(id.GetValueOrDefault());
}