namespace RemoteExec.Client; public interface ILoadBalancingStrategy { ServerConnection? SelectServer(IEnumerable availableServers); }