using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Client.Config.SubModels { public class Connection { public string Url { get; set; } public ushort Id { get; set; } public Boolean DeleteCahceFolderOnStartup { get; set; } } }