using System.ComponentModel; namespace Filtration.ObjectModel { public interface IAudioVisualBlockItem : IItemFilterBlockItem { } }