private static object GetBodyContent(IFubuPage<NewTodoOutput> page) { return page.RenderPartialFor(new Reminder()).Using<NewReminder>().ToString(); }