pub trait CredentialAttestationTrait: Send + Sync + 'static { // Required method fn get_kind(&self) -> &str; }