namespace XFENewsApplication.Models; public abstract class ArticlePart { public string Content { get; set; } = string.Empty; }