using System;
public class Program
{
public class Python
public int Age { get; } = 13;
}
public static void Main()
var python = new Python();
if (python.Age > 13)
throw new IndexOutOfRangeException();