namespace LANCommander.SDK.Models;
public class IPXRelaySettings
{
public int Port { get; set; }
public string Host { get; set; }
}