public bool WriteVat(Vat vat) { var response = processXml.Process(vat.ToXml()); return(response.IsSuccess()); }