namespace TorchRemote.Models.Shared; public record IpAddress(string Ip, int Port);