namespace OnlyPrompt.Backend.Database.Core { public interface IEntity { public Guid Id { get; } } }