public string SendWidget(Widget widget) { return string.Format("Sent {0} to {1}", widget.Message, widget.Recipient); }
public Widget Create(Widget instance) { return _widgetProvider.CreateWidget(instance); }