public async Task GetHospitals(string location) { getHosp = new GetHospitalByLocationUseCase(location); getHosp.SetCallBack <IHospitalLocationPresenterCallBack>(this); await getHosp.Execute(); }