using FileTime.Core.Models; namespace FileTime.App.ContainerSizeScanner; public interface ISizeScanElement : ISizeItem, IElement { }