private async Task <HttpResponseMessage> RunFunction(string customerId) { return(await GetContactHttpTrigger.Run(_request, _log, customerId, _resourceHelper, _httpRequestMessageHelper, _getContactHttpTriggerService).ConfigureAwait(false)); }
private async Task <HttpResponseMessage> RunFunction(string customerId) { return(await _function.Run(_request, _log.Object, customerId).ConfigureAwait(false)); }