I have two validators to validate the same type:
public class Foo { public int Prop1 { get; set; } public int Prop2 { get; set; } } public class FooV