Hi! How can I use the contents of the body in my function? Something like: public string Handle (string input) { return string.Format ("Hi there - your input was: {0} \ n", input); }