public TestObject(string name, int age, INestedTestObject doctor, INestedTestObject lawyer) { this.name = name; this.age = age; this.doctor = doctor; this.lawyer = lawyer; }