using System; class Good : IComparable { public int CompareTo(Good g) => 0; }