private string AddCommandAndGetResalut(string command) { this.client.Connect(); this.client.AddCommand(command); return(client.GetResult()); }