using System.Collections.Generic; namespace ScreenConnect; public interface IMonitorVirtualBoundsProvider { IEnumerable GetMonitorVirtualBounds(); }