namespace Client.Config.SubModels { public class ProdSoftware { public bool Enabled { get; set; } public string Path { get; set; } } }