public override void Abort()
 {
     //ctx.Response.Abort ();
     ctx = null;
     channel.CloseContext();
 }