namespace DealerSelection.Api.Infrastructure.InfoBip; public interface IRepository { Task SaveResponse(int buId, string strMobile, string request_name, string api_request, string api_response, string error_message); }