@Test
 public void certsWithPrivateKeyCountIsCorrect() {
   assertEquals(3, burpCertificateStore.getBurpCertificatesWithPrivateKey().size());
 }