protected override void Configure(IInputObjectTypeDescriptor <FooInputDto> descriptor)
 {
     descriptor.BindFieldsImplicitly();
 }