@code { readonly IEnumerable _data = DATA.Get() .SelectMany(e => e.Value.EntityParts) .OfType() .ToList(); }