public IndirectMutableSample(int number, string text, NonReadOnlyMutableSample foo) { this.number = number; this.text = text; this.foo = foo; }