public async Task <bool> IsEmailExistsAsync(string email)
 {
     return(await _subscriberRepository.IsEmailExistsAsync(email));
 }