pub fn cipher_suite_for_id(
    id: CipherSuiteId
) -> Result<Box<dyn CipherSuite + Send + Sync>, Error>