Hi, I have a service that exposes a number of methods in the service contract. Potentially there could be hundreds of functions. So the interface for the service contract and the service contract itself could become enormous. Is there a way or good practice to follow in this kind of situation ? how can I split the interface into different files ?
Thanks
