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