public async Task <string> CallTargetAsync()
 {
     return(await _targetClient.SampleAsync());
 }