public async Task AddInteractionAsync(UserAddressInteraction userAddressInteraction)
 {
     await Task.Delay(1000);
 }
        public async Task AddInteractionAsync(UserAddressInteraction userAddressInteraction)
        {
            simulateNetworkException();

            await Task.Delay(1000);
        }