public Task <bool> SetAppInsightsKey(string appId, string apiKey) { return(MakeDependencyCall(DataProvider.SetAppInsightsKey(appId, apiKey))); }
public Task <bool> SetAppInsightsKey(OperationContext <IResource> cxt) { return(MakeDependencyCall(DataProvider.SetAppInsightsKey(cxt))); }