@page "/Services"
@using Manager.App.Services.System
@using Manager.App.Components.Application.System
@implements IDisposable
@inject BackgroundServiceRegistry ServiceRegistry
Services
Services
@foreach (var action in context.Item?.Actions ?? [])
{
@action.Id
}