using IdentityShroud.Api.Mappers; using IdentityShroud.Core.Contracts; using IdentityShroud.Core.Messages; using IdentityShroud.TestUtils.Substitutes; using Microsoft.AspNetCore.WebUtilities; namespace IdentityShroud.Api.Tests.Mappers; // public class KeyMapperTests // { // private readonly IEncryptionService _encryptionService = EncryptionServiceSubstitute.CreatePassthrough(); // // [Fact] // public void Test() // { // } // }