using System.ComponentModel.DataAnnotations; namespace WeChatSharp.Interfaces.Topic; public interface ITopModel { [Key] Guid id { get; } }