namespace Cbdx { internal interface IDataExchangeDispatcher { string InvokeService(string serviceName, string actionName, string inputJson); } }