namespace InstaSoftOfficeTool.Models { public class InstalledOffice { public string DisplayName { get; set; } public string Version { get; set; } public string ProductCode { get; set; } public bool IsClickToRun { get; set; } public bool IsSelected { get; set; } } }