public TenantProvider(IConfiguration configuration) { var file = configuration.GetSection("Tenant")["file"]; this.tenants = TenantHelper.LoadTenants(file); }