public void Transform() { var input = _provider.FetchData(); _xml.ExportData(input); _json.ExportData(input); }