@Override
  public void handleFailureComponentRegistrationNotificationEvent(
      PlatformComponentProfile networkServiceApplicant,
      PlatformComponentProfile remoteParticipant) {
    System.out.println(
        "----------------------------------\n"
            + "FAILED CONNECTION WITH "
            + remoteParticipant.getAlias()
            + "\n"
            + "--------------------------------------------------------");
    cryptoPaymentRequestExecutorAgent.connectionFailure(remoteParticipant.getIdentityPublicKey());

    // I check my time trying to send the message
    checkFailedDeliveryTime(remoteParticipant.getIdentityPublicKey());
  }