module neton.client.registry.Instance;

struct Instance
{
    string serviceName;
    string ip;
    short port;
}