using System; using System.Collections; using System.Collections.Generic; namespace ScreenConnect; public class FakeDisposableList : List, IDisposableList, IList, ICollection, IEnumerable, IEnumerable, IDisposable { public void Dispose() { } }