protected override void Configure(IEnumTypeDescriptor <Foo> descriptor)
 {
     descriptor.Ignore(Foo.Bar2);
 }