class MyStatic { static int staticField = 1; MyStatic(); int get static => staticField; }