public class TypeBasedUID { private static int uid = 0; public static int UID { get => uid++; } }