public Ls_B_Resp(AbstractResp next) : base(next) { }
public AbstractResp(AbstractResp next) { this.next = next; }