public bool CreateRobotClient(string Address, int port) { robotClient = new RobotClient(); robotClient.Create(Address, port); return(robotClient.Connect()); }