public void Translate() { Output = TranslationApi.Translate(Input, SelectedFromLanguage, SelectedToLanguage); NotifyOfPropertyChange(() => Output); }