//public RequestResult<List<OngoingEventparicipantslist>> Getongoingparticipantlist(string sessionToken, Guid EventId)
 //{
 //    return _repository.OngoingEventParticipantList(sessionToken,  EventId);
 //}
 public RequestResult <List <OTPVerificationModel> > Getotplist(string sessionToken, Guid EventId)
 {
     try
     {
         return(_repository.GetOTPlist(sessionToken, EventId));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }