public override void Configure(HandlerChain handlerChain)
 {
     handlerChain.InsertFirst(new Wrapper(typeof(T)));
 }