public HostTenantIdentificationService(TenantMapping tenants)
 {
     _tenants = tenants;
 }
 public HostTenantIdentificationService(IConfiguration configuration)
 {
     _tenants = configuration.GetTenantMapping();
 }