export interface IDomainError { property: string; errorCode: any; message: string; }