I am consuming a lot of APIs with different API endpoints in the ASP.NET MVC project. But I am using all the endpoints in the controller method itself. I want to create such a file where I can put my all API endpoints just like I included by base API URL in the appsetting.json file in ASP.NET MVC. I