public Concrete(string boo, int i) { StringValue = boo; ChildProp = new ConcreteChild { IntValue = i }; }