@attribute [Authorize] @inherits AuthComponentBase @if (AppState.DevicesFrameChatSessions.Any()) {
@foreach (var session in AppState.DevicesFrameChatSessions) { }
}