public void ReconnectServer(RomoteType type) { IRemote remote = Get(type); if (null != remote) { remote.Reconnect(); } }