protected InProcComponent(TestServices testServices) { TestServices = testServices ?? throw new ArgumentNullException(nameof(testServices)); }
public EditorInProcess(TestServices testServices) : base(testServices) { }