@using Moonlight.Shared.Layouts @using Moonlight.App.Services @using Moonlight.App.Models.Enums @inject IdentityService IdentityService
@code { [CascadingParameter] public DefaultLayout Layout { get; set; } }