Get_response() in sequence, Giving error below: Any suggestions? I am trying to learn UVM features with very small & simple example

In reply to vickydhudashia:
Each sequence which generates seq_items has to be parameterized with the corresponding seq_item (see line 27 in the testbench.

class base_seq extends uvm_sequence #(base_tr);