using System;
Product product = new ();
Console.WriteLine(product);
record Product(string Name = "Name");