services.AddSingleton(m => { return RestService.For(new HttpClient(new RefitHttpClientHandler(contractOption.Token)) { BaseAddress = new Uri(contractOption.ContractUrl) }); }); using System; using System.Collections.Generic; using System.Net.Http; using System.Text; using System.Threading; using Sys