namespace Abp { public interface IHasErrorCode { int Code { get; set; } } }