public Task <bool> VerifyPersonSuccess(EventReciveDto <VerifyPersonDto> model)
 {
     throw new System.NotImplementedException();
 }
 public async Task <bool> VerifyPersonFail(EventReciveDto <VerifyPersonDto> model)
 {
     return(await _applicationService.VerifyPersonFailed(model));
 }