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