public AccountService(IRequestHandlerMediator mediator)
 {
     _mediator = mediator ?? throw new ArgumentNullException(nameof(mediator));
 }