public async Task <TagInfo> GetDetailInfo(string id) { int.TryParse(id, out var tid); return(await _tagBusiness.SingleAsync(tid)); }