export interface IApiException { ClassName: string; Message: string; StackTraceString: string; Data: any; }