class Good { readonly int Field; public Good(int i) { Field = i; } }