public void Process(Document input, Stage output) { IWork work = Make.InterpretDocument(input.Text, input.Context); work.Execute(); }