@page "/Games/{id:guid}/Scripts" @attribute [Authorize(Roles = RoleService.AdministratorRoleName)] @code { [Parameter] public Guid Id { get; set; } }