public void Handle_HelloOperation() { var nameElement = Root[0][0] as EntryElement; SetResultElementValue(Utility.Hello(nameElement.Value)); }