namespace DownKyi.Core.BiliApi.BiliUtils { public class Quality { public string Name { get; set; } public int Id { get; set; } } }