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