using System; using System.Collections; using System.Collections.Generic; namespace ScreenConnect; public interface IDisposableList : IList, ICollection, IEnumerable, IEnumerable, IDisposable { }