using System; public abstract class Attachment { public Guid Id{get;set;} }