using System.Collections.Generic;
public interface IFoo{ public int P { get; set; } }
public interface IBar: IFoo { public string P { get; set; } }
public int P { get; set; }
string IBar.P { get; set; }
public static void Main()
Dictionary<Enum, string> d = new();
Console.WriteLine(kv.Value);
Console.WriteLine("Hello World");
Console.WriteLine($"{Object.ReferenceEquals(foo, bar)}");