public async Task GetAsyncCalled()
 {
     _returnedSecret = await SecretStore.GetAsync(clearSecret.ApplicationName, clearSecret.Name);
 }