I have a single SQL Stored procedure which runs multiple insert statements. with the Clean architecture, how do i call and execute the stored procedure? I am not sure i need to create multiple entities first to use IRepository