in src/Amazon.AspNetCore.DataProtection.SSM/SSMXmlRepository.cs [84:87]
public IReadOnlyCollection<XElement> GetAllElements() { return Task.Run(GetAllElementsAsync).GetAwaiter().GetResult(); }