Part 7 of a series on using Polly with .NET 6, demonstrating how to combine a Wait-and-Retry policy with a Fallback policy into a Policy Wrap and attach it to an HttpClientFactory. The example uses Minimal APIs, registers a named HttpClient with the policy via AddPolicyHandler, and shows how to inject IHttpClientFactory into an endpoint to make resilient HTTP calls.