namespace Newsbot.Collector.Domain.Entities; public class IconEntity { public Guid Id { get; set; } public string FileName { get; set; } = ""; public string Site { get; set; } = ""; public Guid SourceId { get; set; } }