using System.Collections; using System.Reflection; namespace Long.Core.Api; public class LongExceptionOutput : ApiResult { public string Source { get; set; } = string.Empty; public MethodBase? TargetSite { get; set; } public IDictionary? Data { get; set; } }