There is a project in asp .net mvc. It was necessary to expand the functionality of the page (add several columns to the table, change the controller method) for a specific client, while for other clients, the page and functionality should remain unchanged. The project is deployed on the client server. What is the best way to implement this?