public async override Task When()
 {
     _result = await ProviderService.FindProviderAsync(_providerName, _isExactMatch);
 }