public Task <string> Typed([FromServices] CustomHttpClient client)
 {
     return(client.GetHome());
 }