using System; using System.Collections.Generic; using System.Text; namespace Microsoft.PowerToys.Settings.UI.Lib { public class Contributor { public string Name { get; set; } public string Link { get; set; } } }