public static IServiceBuilder AddClient(this IServiceBuilder builder) { return(builder .AddClientRuntime() .AddClientProxy()); }