/// <summary>
 /// 设置下一步
 /// </summary>
 public void SetNext(HandlerContext context)
 {
     _handlerContext = context;
 }