public async Task WhenPersonInfoIsCalled()
 {
     // Act
     await _offlineHealthVaultConnection.GetPersonInfoAsync();
 }