namespace DataExchange { public interface IDataExchangeApi { string InvokeService(string serviceName, string actionName, string inputJson); } }