namespace AyCode.Interfaces; public interface IOwnerId { Guid OwnerId { get; set; } }