OutgoingVER ver = new OutgoingVER(null);
ver.setSupportedProtocol(getSupportedProtocol());
send(ver, false);
OutgoingCVR cvr = new OutgoingCVR(null);
cvr.setEmail(owner.getEmail());
send(cvr, false);
// Moved to IncomingCVR, will be send after received CVR command
// OutgoingUSRInitNS usr = new OutgoingUSRInitNS(null);
// usr.setEmail(owner.getEmail());