namespace DigitalData.Core.Abstractions.Security.Key; public interface IAsymmetricKey { string? Id { get; } string Content { get; } }