namespace DiscordChatExporter.Core.Models { public interface IHasId { string Id { get; } } }