private void GetMovieUrls() { if (IsBusy) { return; } IsBusy = true; _serviceAgent.GetMovieUrls(SelMovieTitle, OnGetMovieUrlsCallback); }