namespace Yi.Framework.Common.Exceptions; public interface IHasErrorDetails { string? Details { get; } }