public IRemoteConfigurator ConfigureAsync(Func <HttpClient, Task> configureClient) { AsyncClientConfigurators.Add(configureClient); return(this); }