export interface IApiResponseError { Code: string; Message: string; }