static void Main(string[] args) { var relay = new RelayController <VrpnManager>(args); relay.RunServerLoop(); }