private string ExportInput(int inputId) { var exportObject = new ExportObject(PublishmentSystemId); return(exportObject.ExportInput(inputId)); }