@page "/now" @using Selector.SignalR;

Now

@if (nowCache?.LastPlaying?.Track is not null) {

@nowCache.LastPlaying.Track.Name

} @code { [Inject] private NowHubCache nowCache { get; set; } }