public TestClassThree(TestClassTwo testClassTwo) { TestClassTwo = testClassTwo ?? throw new ArgumentNullException(nameof(testClassTwo)); }