/// <summary> /// Gets all data (semi-encrypted) /// </summary> /// <returns></returns> public TreeReplyModel GetTree() { return(transportService.GetData()); }