namespace Wox.Plugin.ControlPanel { public class Settings { public bool ShouldUsePinYin { get; set; } = true; } }