namespace Azaion.CommonSecurity.DTO; internal class BusinessExceptionDto { public int ErrorCode { get; set; } public string Message { get; set; } = string.Empty; }