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