@RenderIdentityProperties(IdentitySvc.GetConfiguration(), "Security & Identity")
@RenderObjectProperties(DbSvc.GetConfiguration(), "Database Engine")
@RenderObjectProperties(JobSvc.GetConfiguration(), "Background Job Services")
@RenderObjectProperties(EmailSvc.GetConfiguration(), "Email Providers")
@RenderObjectProperties(StorageSvc.GetConfiguration(), "File Storage Systems")
@RenderObjectProperties(LogSvc.GetConfiguration(), "Diagnostic Logging")
@code {
private RenderFragment RenderIdentityProperties(IdentitySettingsModel settings, string sectionTitle)
{
return __builder =>
{