public async Task <bool> HandleAsync(CheckNotificationNumberUnique message)
 {
     return(!await notificationApplicationRepository.NotificationNumberExists(
                message.NotificationNumber,
                message.CompetentAuthority));
 }