public void ConnectWithToken(string host, int port, string token)
 {
     Transfer.ConnectWithToken(host, port, token);
 }