using System; using System.Collections.Generic; namespace ScreenConnect; public interface IProxyAttempter { IEnumerable GetPossibleProxyUris(Uri endPointUri); void NotifyProxyUriWorking(Uri proxyUri); }