export interface IDtoParser { parse(parsedXml: any): TResponse; }