public Classy(JustClass justClass, IOther1 other1, IOther2 other2, IOther3 other3) { _justClass = justClass; _other1 = other1; _other2 = other2; _other3 = other3; }
public InterceptorSampleForOther1(IOther1 other1) { _other1 = other1; }