public interface IPublicKeysClient { Task Get(Guid publicKeyId); Task GetExtended( Guid publicKeyId, Guid virgilCardId, byte[] privateKey ); }