namespace BlazorApp1.Components { public interface ItemDisplay { String getTypeID(); Item getItem(); int getNbElement(); void changeState(); } }