public static Queue <IItem> ConvertToModel(this IEnumerable <ItemEntity> entities) => InventoryFactory.CreateQueue(entities);