public RothschildHousePaymentClient(IOptions <RothschildHousePaymentSettings> settings)
 {
     Settings = settings.Value;
     apiUrl   = new ApiUrl(baseUrl: Settings.Url);
 }
 public RothschildHouseClient()
 {
     client = new HttpClient();
     apiUrl = new ApiUrl(port: 19000);
 }