namespace Shared.DTOs { public class PublicKeyDTO { public string PublicKeyBase64 { get; set; } public string type { get; set; } } }