syntax = "proto3"; package ET; message HttpGetRouterResponse { repeated string Realms = 1; repeated string Routers = 2; }